home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xsok-1.000 / xsok-1 / xsok-1.01 / diffs / diff.hpux next >
Text File  |  1994-11-24  |  1KB  |  32 lines

  1. *** src/Imakefile    Thu Nov 24 15:19:07 1994
  2. --- src/Imakefile.hpux    Thu Nov 24 15:50:51 1994
  3. ***************
  4. *** 35,47 ****
  5.   # part of the POSIX standard.)
  6.   # Remove this define, if you do not have this function.
  7.   # affected file(s): username.c
  8. ! NET_DEFINE = -DBSD_NETKIT
  9.   
  10.   # 5.) For the replay option, we need the possibility to sleep for a short
  11.   # period of time. This can be done by the usleep() function.
  12.   # Remove this, if you need usleep() emulation code.
  13.   # affected file(s): X-gfx.c
  14. ! SLEEP_DEFINE = -DHAVE_USLEEP
  15.   
  16.   # BINDIR and LIBDIR should be predefined by the templates
  17.   # BINDIR = /usr/bin/X11
  18. --- 35,47 ----
  19.   # part of the POSIX standard.)
  20.   # Remove this define, if you do not have this function.
  21.   # affected file(s): username.c
  22. ! NET_DEFINE = #-DBSD_NETKIT
  23.   
  24.   # 5.) For the replay option, we need the possibility to sleep for a short
  25.   # period of time. This can be done by the usleep() function.
  26.   # Remove this, if you need usleep() emulation code.
  27.   # affected file(s): X-gfx.c
  28. ! SLEEP_DEFINE = #-DHAVE_USLEEP
  29.   
  30.   # BINDIR and LIBDIR should be predefined by the templates
  31.   # BINDIR = /usr/bin/X11
  32.